var testing.mutexProfileFraction
5 uses
testing (current package)
testing.go#L396: mutexProfileFraction = flag.Int("test.mutexprofilefraction", 1, "if >= 0, calls runtime.SetMutexProfileFraction()")
testing.go#L425: mutexProfileFraction *int
testing.go#L1888: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
testing.go#L1889: runtime.SetMutexProfileFraction(*mutexProfileFraction)
testing.go#L1976: if *mutexProfile != "" && *mutexProfileFraction >= 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)